home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 February / PC_Format_022008.iso / Internet / Mozilla Thunderbird wtyczki / lightning-0.7-tb-win.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2007-10-25  |  1.2 KB  |  31 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <!-- Target Application this extension can install into, 
  8.         with minimum and maximum supported versions. --> 
  9.     <em:targetApplication>
  10.       <Description>
  11.         <!-- thunderbird -->
  12.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  13.         <em:minVersion>1.5</em:minVersion>
  14.         <em:maxVersion>2.0.0.*</em:maxVersion>
  15.       </Description>
  16.     </em:targetApplication>
  17.  
  18.  
  19.  
  20.     <em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
  21.     <em:name>Lightning</em:name>
  22.     <em:version>0.7</em:version>
  23.     <em:description>An integrated calendar for Thunderbird (build 2007102304)</em:description>
  24.     <em:creator>Mozilla Calendar Project</em:creator>
  25.     <em:homepageURL>http://www.mozilla.org/projects/calendar/releases/lightning0.7.html</em:homepageURL>
  26.     <em:iconURL>chrome://calendar/skin/cal-icon32.png</em:iconURL>
  27.     <em:optionsURL>chrome://messenger/content/preferences/preferences.xul</em:optionsURL>
  28.     <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
  29.   </Description>
  30. </RDF>
  31.